Package io.kpeg.pe

Types

EvalPE
Link copied to clipboard
typealias EvalPE<T> = Eval<ParsingExpression<T>>
EvalSymbol
Link copied to clipboard
typealias EvalSymbol<T> = Eval<Symbol<T>>
Operators
Link copied to clipboard
sealed class Operators
All available operators for use in the rule definitions or sequence building.
ParsingExpression
Link copied to clipboard
sealed class ParsingExpression<out T>
SequenceBuilder
Link copied to clipboard
class SequenceBuilder<T> : Operators
Sequence builder, you will interact with it only by using the seq operator.
StoredPE
Link copied to clipboard
class StoredPE<T>
Symbol
Link copied to clipboard
class Symbol<T> : ParsingExpression<T>